home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000359_news@columbia.edu _Wed Jun 7 18:38:55 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id SAA16242
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 7 Jun 2000 18:38:54 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA28351
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 7 Jun 2000 18:38:54 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA02214
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 7 Jun 2000 18:22:45 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: solaris2.6, ckermit 197 problem.
  14. Date: 7 Jun 2000 22:22:43 GMT
  15. Organization: Columbia University
  16. Message-ID: <8hmhvj$254$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <960414634.998178@iris.nyx.net>,
  20. arthur wouk <awouk@blackhole.nyx.net> wrote:
  21. : i have just upgraded to solaris2.6 on my ss10 (from sol2.5.1). i had
  22. : been running ckermit197 before, and i put the new one on this system.
  23. : i use the same modem  (hayes accura 33.4).
  24. Did you tell Kermit to "set modem type hayes-accura"?
  25.  
  26. : i used Stokely's cookbook to alter the appropriate files.
  27. : going out the b port i connect by a cable to another sun workstation, and
  28. : everything is fine.
  29. : going out the a port to the modem, it passes all the tests, but when i
  30. : dial and connect to my ISP i get a CONNECT 28400/ARQ message, and it
  31. : just hangs there. i switched with another modem, and got the same
  32. : result.
  33. : can anyone tell me what is wrong?
  34. :
  35. Make sure that Kermit has "set dial speed-matching off", otherwise it
  36. will try to set the serial port speed to 28400 in response to the CONNECT
  37. message.
  38.  
  39. - Frank